wayland: Don't emit premature configure events
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Aug 2020 20:54:09 +0000 (16:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Oct 2020 21:18:14 +0000 (17:18 -0400)
commitd51608a2c9fbab4b9e82b851130fa050c91a5a45
tree5a82ff26b18867cda842fdf9adfc86ff454cea38
parentaaab461c2701b6c1e373a3302e902edb9a88371d
wayland: Don't emit premature configure events

We should not emit configure events before we are realized - size
changes at this point are not relevant.

This gets rid of a mysterious emission of GdkSurface::size-changed
with a size of 52x52, that is happening when GtkWindow sets the
shadow_width before the window is mapped.
gdk/wayland/gdksurface-wayland.c